home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0099.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  948 b   |  36 lines

  1. The man most directly responsible for this twaddle was Matt Ward, who did thus
  2. comment on Hi again on the night of 08-Oct-97:
  3.  
  4. -> In Amospro how do you enter arguments for something you want to
  5. -> execute?
  6. -> ie
  7. -> CLI:    viewtek df0:mypicture.iff
  8. -> AMP:    Exec "viewtek"   ?????????
  9.  
  10. Simple. Exec "Viewtek DF0:Pic"
  11.  
  12. -> I`ve tried Commandline$, adding text in the quotes, reading the manual
  13. -> (no help!). Any ideas??
  14.  
  15. A$=Command Line$ : Rem First line of program
  16.  
  17. Exec A$
  18. Exec "C:Viewtek "+a$
  19. Print A$
  20. Wait Key
  21. End
  22.  
  23. Hope the above answers were the ones you were looking for!!
  24.  
  25. Andrew "Mushroom" Kellett
  26. --
  27.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  28.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  29.  
  30.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  31.  
  32.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  33.                             mushy-pd.dyn.ml.org
  34.  
  35.  
  36.